home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
mac
/
developm
/
source
/
drgnsmth.cpt
/
Dragonsmith 1.1
/
Base files
/
Utilities
/
HandleUtils.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-09-13
|
273 b
|
12 lines
/*
HandleUtils.h
*/
#pragma once
OSErr CopyHandle (Handle srcHndl, Handle destHndl);
OSErr ResizeHandle (Handle h, long newSize);
Handle BigHandle (long *actualSize);
Handle AnyHandle (long size);
OSErr HandleToScrap (Handle h, ResType type);
char SmartHLock (Handle h);